home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / dev / misc / FlexCat.lha / Lib / C_h.sd < prev    next >
Encoding:
Text File  |  1999-11-28  |  790 b   |  43 lines

  1. ##rem $Id: C_h.sd,v 1.2 1999/11/28 03:36:41 carlos Exp $
  2. ##stringtype C
  3. ##shortstrings
  4. /****************************************************************
  5.    This file was created automatically by `%fv'
  6.    from "%f0".
  7.  
  8.    Do NOT edit by hand!
  9. ****************************************************************/
  10.  
  11. #ifndef %b_CAT_H
  12. #define %b_CAT_H
  13.  
  14.  
  15. #ifndef EXEC_TYPES_H
  16. #include <exec/types.h>
  17. #endif
  18.  
  19.  
  20. /*
  21. **  Prototypes
  22. */
  23. #if !defined(__GNUC__)  && !defined(__SASC)  &&  !defined(_DCC)
  24. extern VOID Open%bCatalog(VOID);
  25. extern VOID Close%bCatalog(VOID);
  26. #endif
  27. #ifdef LOCALIZE_V20
  28. extern void Init%bCatalog(STRPTR);
  29. #endif
  30.  
  31.  
  32.  
  33. struct FC_String {
  34.     const UBYTE *msg;
  35.     LONG id;
  36. };
  37.  
  38. extern struct FC_String %b_Strings[%n];
  39.  
  40. #define %i (%b_Strings[%e].msg)\n#define _%i (%b_Strings+%e)
  41.  
  42. #endif
  43.